Searched refs:TokenName (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DPcdLib.h35 Returns the token number associated with the PCD token specified by TokenName.
36 If TokenName is not a valid token in the token space, then the module will not build.
38 @param TokenName The name of the PCD token to retrieve the token number for.
43 #define PcdToken(TokenName) _PCD_TOKEN_##TokenName
49 Returns the Boolean value for the PCD feature flag specified by TokenName.
50 If TokenName is not a valid token in the token space, then the module will not build.
51 If TokenName is not a feature flag PCD, then the module will not build.
53 @param TokenName The name of the PCD token to retrieve a current value for.
58 #define FeaturePcdGet(TokenName) _PCD_GET_MODE_BOOL
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp91 StringRef TokenName = local
94 size_t Offset = TokenName.find(PrevName.getNamePieces()[0]);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2659 IdentifierInfo *TokenName = Tok.getIdentifierInfo(); local
2660 LookupResult R(Actions, TokenName, SourceLocation(),
2664 << TokenName << TagName << getLangOpts().CPlusPlus
2671 << TokenName << TagName;

Completed in 178 milliseconds