Home
last modified time | relevance | path

Searched refs:FunctionArg (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionArg.h21 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::FunctionArg)
H A DPDBTypes.h264 FunctionArg, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp31 : NativeRawSymbol(Session, PDB_SymType::FunctionArg, 0), in NativeTypeFunctionArg()
136 if (Type != PDB_SymType::FunctionArg) in findChildren()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp85 FACTORY_SYMTAG_CASE(FunctionArg, PDBSymbolTypeFunctionArg) in createSymbol()
H A DPDBExtras.cpp266 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, FunctionArg, OS) in operator <<()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h520 FunctionArg, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6022 case BuiltinCountedByRefKind::FunctionArg: in CheckInvalidBuiltinCountedByRef()
H A DSemaExpr.cpp6580 BuiltinCountedByRefKind::FunctionArg)) in BuildCallExpr()